home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 07r.dir / 00023_clinfo.ls < prev    next >
Encoding:
Text File  |  1999-04-02  |  245 b   |  14 lines

  1. on mouseUp
  2.   global gSearchFlag, gsearchOn
  3.   gsearchOn = 0
  4.   set the visible of sprite 6 to 0
  5.   knobSwitch(1)
  6.   gSearchFlag = 0
  7.   puppetSound("buttonSound")
  8.   updateStage()
  9.   repeat while soundBusy(1)
  10.   end repeat
  11.   puppetSound(0)
  12.   go("a")
  13. end
  14.